Fix the docs, the mask param of gtk_drag_set_icon_pixmap can accept NULL for none...
authorGian Mario Tagliaretti <gianmt@src.gnome.org>
Tue, 20 May 2008 17:43:01 +0000 (17:43 +0000)
committerGian Mario Tagliaretti <gianmt@src.gnome.org>
Tue, 20 May 2008 17:43:01 +0000 (17:43 +0000)
svn path=/trunk/; revision=20119

ChangeLog
gtk/gtkdnd.c

index ddacfd725fb3f1d691fbe8810c08a14d6b516895..dec743a18d4dc033b589832ead984f615aa38f90 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-20  Gian Mario Tagliaretti  <gianmt@gnome.org>
+
+       * gtk/gtkdnd.c: (gtk_drag_set_icon_pixmap): Fix the docs, the mask param
+       can accept NULL for none. Fixes bug #533920.
+
 2008-05-20  Björn Lindqvist  <bjourne@gmail.com>
 
        * gtk/gtkspinbutton.c: (gtk_spin_button_snap,
index 87f4db43f161964a955e4c64b6ed495d360a1279..1b1a9aa70dae607a78a96c529797d690edfa6a22 100644 (file)
@@ -3095,7 +3095,7 @@ gtk_drag_set_icon_stock  (GdkDragContext *context,
  *            with a  context for the source side of a drag)
  * @colormap: the colormap of the icon 
  * @pixmap: the image data for the icon 
- * @mask: the transparency mask for the icon
+ * @mask: the transparency mask for the icon or %NULL for none.
  * @hot_x: the X offset within @pixmap of the hotspot.
  * @hot_y: the Y offset within @pixmap of the hotspot.
  *